home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / freezelifter.swf / scripts / DefineSprite_237 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  260 b   |  10 lines

  1. function check_enter_chopper()
  2. {
  3.    var _loc1_ = _parent;
  4.    if(_root.chopper.hitTest(_loc1_._x + _loc1_._parent._x,_loc1_._y + _loc1_._parent._y,0))
  5.    {
  6.       _root.chickEnters(_loc1_.n,_loc1_.special);
  7.       _loc1_.gotoandplay("inchopper");
  8.    }
  9. }
  10.